Embedding external sites

To embed any external page into an iMIS site, you can use an <iframe> like this:

Tip: The Embedded Web Page iPart makes it easy to embed websites; note that it sets a fixed display size.

1.  Go to Tools > Content designer > Manage content and create a new content record.

2.  Select add content and place a single Content Html iPart on it (from the Content folder).

3.  Show the source by clicking the <> HTML tab and type in an iframe tag, such as this:

<iframe width="100%" height="652" frameborder="0" src="http://docs.imis.com/"></iframe>

4.  Go to Tools > Site designer > Manage sitemaps and create a new navigation item that points to the new content record.

5.  If appropriate, restrict the navigation item's Access Settings, such as to Authenticated User Full Control.